Northwoods.GoSilverlight 1.3.5 Assembly
Load Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : Load Method

Given a Linq for XML XContainer holding node and link data, replace this model's NodesSource and LinksSource collections with collections of new node data and new link data.

Overload List

OverloadDescription
Load<NodeDataType,LinkDataType>(XContainer,XName,XName)Given a Linq for XML XContainer holding node and link data, replace this model's NodesSource and LinksSource collections with collections of new node data and new link data.  
Load<NodeDataType,LinkDataType>(XContainer,Func<XElement,NodeDataType>,Func<XElement,LinkDataType>)Given a Linq for XML XContainer holding node and link data, replace this model's NodesSource and LinksSource collections with collections of new node data and new link data.  

Requirements

See Also

© 2012 All Rights Reserved.